[INFO] cloning repository https://github.com/coriscodepage/rusted
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coriscodepage/rusted" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriscodepage%2Frusted", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriscodepage%2Frusted'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 32d5d7f8ecbea650520e83dbaac1ad70c440ff94
[INFO] testing coriscodepage/rusted against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriscodepage%2Frusted" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/coriscodepage/rusted
[INFO] finished tweaking git repo https://github.com/coriscodepage/rusted
[INFO] tweaked toml for git repo https://github.com/coriscodepage/rusted written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/coriscodepage/rusted on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/coriscodepage/rusted already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c384f991e6b64da024dd9c14193951d972fc6728c99a7f949c00c6f876e5d18f
[INFO] running `Command { std: "docker" "start" "-a" "c384f991e6b64da024dd9c14193951d972fc6728c99a7f949c00c6f876e5d18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c384f991e6b64da024dd9c14193951d972fc6728c99a7f949c00c6f876e5d18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c384f991e6b64da024dd9c14193951d972fc6728c99a7f949c00c6f876e5d18f", kill_on_drop: false }`
[INFO] [stdout] c384f991e6b64da024dd9c14193951d972fc6728c99a7f949c00c6f876e5d18f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48b3667b5a7feabafe3bf640061619185486402a80c144844e54d79edf73777e
[INFO] running `Command { std: "docker" "start" "-a" "48b3667b5a7feabafe3bf640061619185486402a80c144844e54d79edf73777e", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
[INFO] running `Command { std: "docker" "inspect" "48b3667b5a7feabafe3bf640061619185486402a80c144844e54d79edf73777e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48b3667b5a7feabafe3bf640061619185486402a80c144844e54d79edf73777e", kill_on_drop: false }`
[INFO] [stdout] 48b3667b5a7feabafe3bf640061619185486402a80c144844e54d79edf73777e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ee0e0a68cbac14b9786579c14904a6843c28e2a0380b10413adcb460dfff44f
[INFO] running `Command { std: "docker" "start" "-a" "4ee0e0a68cbac14b9786579c14904a6843c28e2a0380b10413adcb460dfff44f", kill_on_drop: false }`
[INFO] [stderr]    Compiling ed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.54s
[INFO] running `Command { std: "docker" "inspect" "4ee0e0a68cbac14b9786579c14904a6843c28e2a0380b10413adcb460dfff44f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ee0e0a68cbac14b9786579c14904a6843c28e2a0380b10413adcb460dfff44f", kill_on_drop: false }`
[INFO] [stdout] 4ee0e0a68cbac14b9786579c14904a6843c28e2a0380b10413adcb460dfff44f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 356d9096024d30c84d2d9442f290b749b4bcc17f83adc344a640dcb4e8cf20f3
[INFO] running `Command { std: "docker" "start" "-a" "356d9096024d30c84d2d9442f290b749b4bcc17f83adc344a640dcb4e8cf20f3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ed-4f165aa39120f601)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test tests::test_address_offsets_ignore_blanks_between_terms ... ok
[INFO] [stdout] test tests::test_address_arity_for_zero_one_and_two_address_commands ... ok
[INFO] [stdout] test tests::test_bad_addressing_with_new_commands ... ok
[INFO] [stdout] test tests::test_address_symbols_dot_and_dollar ... ok
[INFO] [stdout] test tests::test_address_offsets_and_address_only_print_command ... ok
[INFO] [stdout] test tests::test_append_suffix_runs_after_input_mode_finishes ... ok
[INFO] [stdout] test tests::test_basic_append_and_list_range ... ok
[INFO] [stdout] test tests::test_blank_characters_between_addresses_separators_and_command_are_ignored ... ok
[INFO] [stdout] test tests::test_change_suffix_number_prints_new_current_line ... ok
[INFO] [stdout] test tests::test_change_with_no_input_deletes_range_and_current_moves_after_deleted_lines ... ok
[INFO] [stdout] test tests::test_change_yanks_deleted_range_for_later_put ... ok
[INFO] [stdout] test tests::test_current_line_after_each_printing_command_form ... ok
[INFO] [stdout] test tests::test_current_line_after_delete_move_transfer_put_join_and_substitution ... ok
[INFO] [stdout] test tests::test_cut_and_yank_x_y ... ok
[INFO] [stdout] test tests::test_current_line_pointer ... ok
[INFO] [stdout] test tests::test_delete_and_index_shift ... ok
[INFO] [stdout] test tests::test_delete_and_substitution_suffixes_print_affected_line ... ok
[INFO] [stdout] test tests::test_default_join_uses_current_and_next_line ... ok
[INFO] [stdout] test tests::test_empty_buffer_errors ... ok
[INFO] [stdout] test tests::test_filename_command_without_remembered_name_reports_error ... ok
[INFO] [stdout] test tests::test_empty_regex_address_reuses_previous_regex_forward_and_backward ... ok
[INFO] [stdout] test tests::test_final_address_out_of_range_is_error_after_offsets ... ok
[INFO] [stdout] test tests::test_move_range_after_destination ... ok
[INFO] [stdout] test tests::test_insert_before_address_and_numbered_range ... ok
[INFO] [stdout] test tests::test_insert_zero_address_places_text_at_start ... ok
[INFO] [stdout] test tests::test_file_io_errors_for_missing_edit_read_and_write_directory ... ok
[INFO] [stdout] test tests::test_edit_dirty_buffer_requires_confirmation_before_replacing_contents ... ok
[INFO] [stdout] test tests::test_move_to_zero_places_range_at_beginning ... ok
[INFO] [stdout] test tests::test_move_rejects_destination_inside_range_without_changing_buffer ... ok
[INFO] [stdout] test tests::test_join_single_line_noop_then_multi_line_join ... ok
[INFO] [stdout] test tests::test_non_mutating_commands_do_not_replace_undo_snapshot ... ok
[INFO] [stdout] test tests::test_move_range_before_destination ... ok
[INFO] [stdout] test tests::test_parser_recognizes_all_current_command_kinds_and_print_suffixes ... ok
[INFO] [stdout] test tests::test_filename_command_does_not_change_current_line ... ok
[INFO] [stdout] test tests::test_list_escapes_tabs_and_backslashes ... ok
[INFO] [stdout] test tests::test_forward_and_backward_regex_address_can_omit_closing_delimiter_at_eol ... ok
[INFO] [stdout] test tests::test_change_with_zero_address_errors ... ok
[INFO] [stdout] test tests::test_parser_rejects_suffix_on_filename_commands_without_space ... ok
[INFO] [stdout] test tests::test_read_at_zero_and_undo_restores_empty_buffer ... ok
[INFO] [stdout] test tests::test_null_regex_before_any_regex_is_error_for_addresses_and_substitution ... ok
[INFO] [stdout] test tests::test_read_missing_filename_without_current_file_reports_error ... ok
[INFO] [stdout] test tests::test_parser_accepts_percent_comma_semicolon_and_offsets ... ok
[INFO] [stdout] test tests::test_regex_invalid_pattern ... ok
[INFO] [stdout] test tests::test_parser_rejects_unknown_trailing_garbage_and_bad_suffixes ... ok
[INFO] [stdout] test tests::test_put_and_undo_without_saved_data_report_errors ... ok
[INFO] [stdout] test tests::test_read_prints_byte_count_sets_current_to_last_read_line_and_is_undoable ... ok
[INFO] [stdout] test tests::test_regex_address_not_found_is_error_and_current_line_is_preserved ... ok
[INFO] [stdout] test tests::test_percent_and_omitted_comma_addresses_in_repl ... ok
[INFO] [stdout] test tests::test_regex_line_address_offsets_in_semicolon_range ... ok
[INFO] [stdout] test tests::test_repeat_substitution_dot_range_uses_current_line_twice ... ok
[INFO] [stdout] test tests::test_regex_addresses_wrap_and_backward_search ... ok
[INFO] [stdout] test tests::test_filename_command_prints_name_remembered_by_edit ... ok
[INFO] [stdout] test tests::test_filename_command_sets_default_for_write_and_prints_new_name ... ok
[INFO] [stdout] test tests::test_repeat_substitution_count_suffix_replaces_only_nth_match ... ok
[INFO] [stdout] test tests::test_read_without_filename_reuses_current_filename ... ok
[INFO] [stdout] test tests::test_repeat_substitution_reuses_last_regex_replacement_and_flags ... ok
[INFO] [stdout] test tests::test_repeat_substitution_p_suffix_toggles_print_suffix_off ... ok
[INFO] [stdout] test tests::test_repeat_substitution_g_suffix_toggles_last_global_flag_off ... ok
[INFO] [stdout] test tests::test_regex_line_addresses_support_offsets ... ok
[INFO] [stdout] test tests::test_repeat_substitution_p_suffix_toggles_print_suffix_on ... ok
[INFO] [stdout] test tests::test_regex_address_escaped_delimiters_match_literals ... ok
[INFO] [stdout] test tests::test_edit_remembers_filename_for_later_write_without_argument ... ok
[INFO] [stdout] test tests::test_repeat_substitution_g_suffix_toggles_last_global_flag_on ... ok
[INFO] [stdout] test tests::test_failed_mutations_do_not_replace_previous_undo_snapshot ... ok
[INFO] [stdout] test tests::test_repeat_substitution_with_range_replaces_each_addressed_line ... ok
[INFO] [stdout] test tests::test_substitution_default_global_and_numeric_flags ... ok
[INFO] [stdout] test tests::test_substitution_embedded_newline_in_replacement_splits_line ... ok
[INFO] [stdout] test tests::test_search_addresses_update_last_regex_for_later_null_substitution ... ok
[INFO] [stdout] test tests::test_semicolon_range_uses_first_address_as_current ... ok
[INFO] [stdout] test tests::test_semicolon_relative_range_join_uses_first_address_as_current ... ok
[INFO] [stdout] test tests::test_substitution_empty_regex_reuses_previous_regex ... ok
[INFO] [stdout] test tests::test_substitution_multidigit_numeric_flag_replaces_that_match_only ... ok
[INFO] [stdout] test tests::test_substitution_allows_escaped_nonstandard_separator_in_regex ... ok
[INFO] [stdout] test tests::test_regex_substitute_s ... ok
[INFO] [stdout] test tests::test_substitution_percent_without_previous_replacement_is_error ... ok
[INFO] [stdout] test tests::test_substitution_supports_nonstandard_separator ... ok
[INFO] [stdout] test tests::test_substitution_nth_global_captures_and_ampersand ... ok
[INFO] [stdout] test tests::test_substitution_numeric_flag_too_large_is_error_without_change ... ok
[INFO] [stdout] test tests::test_substitution_percent_in_longer_replacement_is_literal ... ok
[INFO] [stdout] test tests::test_substitution_percent_reuses_previous_replacement_and_escaped_percent_is_literal ... ok
[INFO] [stdout] test tests::test_substitution_rejects_blank_or_newline_delimiters ... ok
[INFO] [stdout] test tests::test_substitution_omitted_final_delimiter_prints_last_affected_line ... ok
[INFO] [stdout] test tests::test_substitution_without_match_reports_error_and_preserves_current_line ... ok
[INFO] [stdout] test tests::test_substitution_zero_flag_is_error_and_leaves_line_unchanged ... ok
[INFO] [stdout] test tests::test_transfer_t ... ok
[INFO] [stdout] test tests::test_undo_toggles_last_mutation ... ok
[INFO] [stdout] test tests::test_undo_restores_substitution ... ok
[INFO] [stdout] test tests::test_write_and_quit_dirty_flag ... ok
[INFO] [stdout] test tests::test_undo_restores_append_insert_change_delete_move_transfer_put_read_and_substitution ... ok
[INFO] [stdout] test tests::test_write_explicit_range_only ... ok
[INFO] [stdout] test tests::test_undo_restores_join ... ok
[INFO] [stdout] test tests::test_zero_address_commands_reject_supplied_addresses ... ok
[INFO] [stdout] test tests::test_write_saves_whole_buffer_and_clears_dirty_quit_warning ... ok
[INFO] [stdout] test tests::test_write_empty_buffer_with_filename_creates_empty_file_and_prints_zero ... ok
[INFO] [stdout] test tests::test_zero_address_appends_and_transfers_before_first_line ... ok
[INFO] [stdout] test tests::test_write_does_not_replace_existing_current_filename ... ok
[INFO] [stdout] test tests::test_substitution_char_match_advances_and_global_replacement_terminates ... ok
[INFO] [stdout] test tests::test_yank_range_and_put_at_zero_copies_without_deleting_original ... ok
[INFO] [stdout] test tests::test_substitution_ampersand_and_escaped_ampersand ... ok
[INFO] [stdout] test tests::test_file_read_and_edit_e_r ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_file_read_and_edit_e_r stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_file_read_and_edit_e_r' (42) panicked at src/main.rs:252:65:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x584f16f54338 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x584f16f54338 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x584f16f54338 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x584f16f54338 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x584f16f695da - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x584f16f695da - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x584f16f58b72 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x584f16f58b72 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x584f16f32c96 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x584f16f32c96 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x584f16f4c2c9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x584f16c76dec - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x584f16c76dec - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x584f16f4c482 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x584f16f4c482 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x584f16f32d52 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x584f16f27d59 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x584f16f33a6d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x584f16f69e1c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x584f16f69b92 - core[28b146924c2f19c6]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x584f16c1d5d5 - <core[28b146924c2f19c6]::result::Result<(), std[929523f510218772]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x584f16c1d5d5 - ed[846b7e2bb119d7f4]::tests::test_file_read_and_edit_e_r
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:252:65
[INFO] [stdout]   22:     0x584f16c1b267 - ed[846b7e2bb119d7f4]::tests::test_file_read_and_edit_e_r::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:250:37
[INFO] [stdout]   23:     0x584f16c68446 - <ed[846b7e2bb119d7f4]::tests::test_file_read_and_edit_e_r::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x584f16c69ecb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x584f16c69ecb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x584f16c77745 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x584f16c77745 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x584f16c77745 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x584f16c77745 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x584f16c77745 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x584f16c77745 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x584f16c77745 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x584f16c722a4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x584f16c722a4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x584f16c7a7c2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x584f16c7a7c2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x584f16c7a7c2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x584f16c7a7c2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x584f16c7a7c2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x584f16c7a7c2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x584f16c7a7c2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x584f16f5378f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x584f16f5378f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7a2e09a07aa4 - <unknown>
[INFO] [stdout]   45:     0x7a2e09a94a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_file_read_and_edit_e_r
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 99 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin ed`
[INFO] running `Command { std: "docker" "inspect" "356d9096024d30c84d2d9442f290b749b4bcc17f83adc344a640dcb4e8cf20f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "356d9096024d30c84d2d9442f290b749b4bcc17f83adc344a640dcb4e8cf20f3", kill_on_drop: false }`
[INFO] [stdout] 356d9096024d30c84d2d9442f290b749b4bcc17f83adc344a640dcb4e8cf20f3
